home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Mousetools / MouseOff / ReadMe < prev    next >
Text File  |  1996-09-26  |  3KB  |  62 lines

  1.  
  2. /************************************************************************
  3.  
  4. 5/20/87
  5.  
  6.    'MouseOff' will cause the mouse pointer to disappear after about 10
  7.    seconds of inactivity. It will reappear again upon movememt of the
  8.    mouse.
  9.  
  10.    Usage:      Run MouseOff
  11.  
  12.    'MouseOFF' is public domain.  Please feel free to pass it anywhere
  13.    you want.
  14.  
  15.    This program was originally written by :
  16.                                     Denny Jenkins
  17.                                     5226 Greensedge Way
  18.                                     Columbus, Ohio  43220
  19.  
  20.                                     CompuServe ID:  70003,2374
  21.                                     
  22.                                     
  23.    I didn't like the executable size (appearantly Lettuce compile) and that 
  24.    there was no way to turn the program off short of rebooting in the original
  25.    version of this program.  This has led to a major hack on my part.  I
  26.    have included the original version of this program in this archive under
  27.    the name moff.orig
  28.    
  29.    MouseOff now checks for ^C so now supports the 'Break' command.  Ie. the
  30.    program may be exited by the command "break <task_num>" where task_num
  31.    is the process number of MouseOff as returned by the "Status" command.
  32.    
  33.    As a small advertisement for the Aztec C system,  this code, even before
  34.    I really started hacking on it, was much smaller and better behaved after
  35.    being compiled with the Aztec compiler.  The Lattice executable timing
  36.    did not seem to work well, and the pointer got lost on me permanently
  37.    a time or two while playing (not saving) in Preferences.  This has not 
  38.    happened with the Aztec executable. Recompiling with Aztec also cut the
  39.    executable size from over 9k to under 800 bytes !!
  40.    
  41.    A word of warning is still to the wise concerning Preferences and this 
  42.    program :  
  43.    
  44.    BE SURE THAT IF YOU CHANGE PREFERENCES WITH MOUSEOFF RUNNING THAT YOU
  45.    HAVE THE POINTER VISIBLE WHEN YOU SAVE ELSE IT MAY VERY WELL WIND UP
  46.    WITH A TRANSPARANT (READ INVISIBLE) INTUITION POINTER SAVED TO YOUR 
  47.    DEVS:SYSTEM-CONFIGURATION FILE.
  48.    
  49.    As the original author might not recognize this file any more, comments
  50.    questions, whatever may also be sent to me :
  51.    
  52.                                       Tom Smythe
  53.                                       RealTime Associates
  54.                                       254 N.E. 42nd
  55.                                       Seattle, Wa.
  56.                                       98105
  57.                                       
  58.                                       (206)-547-7292
  59.                                       (206)-774-4735 (ALink BBS)
  60.                                       
  61. *************************************************************************/
  62.